{$Cleo}
0000: //Found by David Strs
while true
wait  0
01F5: 0@ = get_player_actor 0 
0A96: 3@ = actor 0@ struct 
0A8E: 4@ = 3@ + 0x474 //0x474 Invisible
0A8E: 5@ = 3@ + 0x042 //+0x42 gets darker when explode
0A8D: 6@ = 4@ size 2 vp 0
0A8D: 7@ = 5@ size 2 vp 0
if    key_down 77 //m
jf    continue  
if    7@ <> 0x1010
then  0A8C: 5@ size 2 value 0x1010 vp 0 //0x1010 default
end
//thank you Jesus 
if    and
      6@ <> 0 //not driving
      6@ <> 4 //not in foot
      6@ <> 12 //not visible 
89DE: actor 0@ entering_car //to avoid crash 
then  0A8C: 4@ size 2 value 4 vp 0
end
end